Pinpoint hamcrest-dependency in cargotest to 0.1.1
authorlukaslueg <lukas.lueg@gmail.com>
Fri, 10 Feb 2017 18:49:58 +0000 (19:49 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2017 18:49:58 +0000 (19:49 +0100)
hamcrest 0.1 currently resolves to 0.1.3, which cargotest can't actually build with. Cargo's own dependency on =0.1.1 used to shadow the problem.

tests/cargotest/Cargo.toml

index d33514b1d6ec007ddf4aa1af457da1e81cd93429..55ef9643f1b5473f31892087fb11572a32a5e449 100644 (file)
@@ -12,7 +12,7 @@ cargo = { path = "../.." }
 filetime = "0.1"
 flate2 = "0.2"
 git2 = { version = "0.6", default-features = false }
-hamcrest = "0.1"
+hamcrest = "=0.1.1"
 kernel32-sys = "0.2"
 libc = "0.2"
 log = "0.3"